shellutil.py: ignore tilde '~' as special character
authorCarsten Schoenert <c.schoenert@t-online.de>
Fri, 12 Jan 2018 17:08:14 +0000 (18:08 +0100)
committerCarsten Schoenert <c.schoenert@t-online.de>
Mon, 24 Dec 2018 16:04:10 +0000 (16:04 +0000)
commite8a2ed3420b9eaa2572abc9589c68df9d1a39e4c
tree16344be4eb5b378a52e65ff4d3971b8659e595d6
parentffd0c9a1e70825920e83b14ac819d5fe7493ff3f
shellutil.py: ignore tilde '~' as special character

Currently we don't need the tilde sign defined as a special character
inside the Python wrappers around the autotools files, it's not used any
there and breaks the build of Debian beta versions which uses '~' to
mark the Debian version as 'smaller than'.

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name shellutil.py-ignore-tilde-as-special-character.patch
python/mozbuild/mozbuild/shellutil.py